home *** CD-ROM | disk | FTP | other *** search
/ Champak 103 / Vol 103.iso / games / sheep_es.swf / scripts / frame_3 / DoAction.as
Text File  |  2010-03-13  |  424b  |  22 lines

  1. stop();
  2. i = 1;
  3. while(i < 8)
  4. {
  5.    clip = this["freeze_sheep" + i];
  6.    removeMovieClip(clip);
  7.    i++;
  8. }
  9. i = 1;
  10. while(i < 8)
  11. {
  12.    clip = this["_root.home_sheep" + i];
  13.    removeMovieClip(clip);
  14.    i++;
  15. }
  16. _root.dartbutton.removeMovieClip();
  17. _root.endscreen.removeMovieClip();
  18. firstSound = new Sound();
  19. firstSound.attachSound("sheepsound1");
  20. firstSound2 = new Sound();
  21. firstSound2.attachSound("sheepsound2");
  22.